📣 this endpoint reject a invitation which was send to a user by email . In this POST request the invitation ID has to be provided .✳ list of URL parameters
invitation_id = 36 character in length
📢 Info message : Here URL is contructed like POST/account/users/invitations/<invitation_id>/reject
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
token
stringÂ
required
Example:
e1b72f04-ec9d-483b-afd2-3b6399345432
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 'http://localhost:8080/v1/members/invitations/e1b72f04-ec9d-483b-afd2-3b6399345432/reject'