- Privicore API
- Utility
- Profile
- OAuth Application
- Public key
- Data Token
- Device
- Storage
- Verified authenticator
- Policy
- Directory
- Register DirectoryPOST
- Retrieve owned DirectoriesGET
- Retrieve assigned directoriesGET
- Retrieve DirectoryGET
- Create Directory UserPOST
- Update user informationPOST
- Invite ProfilePOST
- Set profile passwordPOST
- List Directory InvitesGET
- Process InvitationPOST
- Retrieve directory profileGET
- List directory usersGET
- Directory profiles infoGET
- Create profile devicePOST
- Add storage device to profilePOST
- List directory devicesGET
- Create directory voting poolPOST
- Store directory meta informationPOST
- Voting
Invite Profile
POST
/directory/invite-profile
Directory
Request
Header Params
X-DPT-AUTHORIZATION
string
required
Example:
Body Params application/x-www-form-urlencoded
directoryId
string
required
Example:
profileId
string
required
Example:
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mobileapp.privicore.com:9009/directory/invite-profile' \
--header 'X-DPT-AUTHORIZATION;' \
--data-urlencode 'directoryId=' \
--data-urlencode 'profileId='
Responses
🟢202Accepted
application/json
Use DPT CAB websocket server to subscribe to your profile channel via authorization token and receive command status messages.
Headers
X-DPT-CAB-ID
string
optional
Body
array[string]
optional
Example
[
"string"
]
🟠401Unauthorized
🟠422Parameter Error
Modified at 2025-03-06 13:01:35