App Relationship API
Create App Relationship
Create a relationship for an app instance.
POST
Create App Relationship
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the app instance.
The type of relationship.
Available options:
APP_RELATIONSHIP_TYPE_UNSPECIFIED, APP_RELATIONSHIP_TYPE_OWNER The ID of the target (user or group).
The type of the target.
Available options:
APP_RELATIONSHIP_TARGET_TYPE_UNSPECIFIED, APP_RELATIONSHIP_TARGET_TYPE_USER, APP_RELATIONSHIP_TARGET_TYPE_GROUP Response
Success
The created app relationship.
Create App Relationship

