Workflow Users and Groups

Workflow Users and Groups API

1.0.0OAS 3.1
API Base URL
  • Server 1:https://{your-bynder-domain}
Security
OAuth2 (oauth2)

Authorization Code OAuth Flow

Authorize URL: https://{your-auth-url}

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

Scopes:

  • GROUPOVERVIEW -
  • USERMANAGEMENT -
  • WORKFLOWADMIN -

Client Credentials OAuth Flow

Token URL: https://{your-bynder-domain}/v6/authentication/oauth2/token

Scopes:

  • GROUPOVERVIEW -
  • USERMANAGEMENT -
  • WORKFLOWADMIN -
permanentToken (apiKey)

An API key is a token that you provide when making API calls. Include the token in a header parameter called Authorization.

Example: Authorization: 123

Users

Retrieve users

get
https://{your-bynder-domain}/api/workflow/users/

Response

200 application/json

A list of workflow users

BynderUserobject
Show Child Parameters
IDstring

Example:00000000-0000-0000-0000-000000000000

fullnamestring

Example:Firstname Lastname

get/api/workflow/users/
 
200 application/json