{"items":[{"type":"link","label":"Members","link":"/openapi/user/members.openapi","routeSlug":"/openapi/user/members.openapi","content":{"contentType":"overview","meta":{"name":"Members"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"members.openapi.json","url":"/_bundle/openapi/user/members.openapi.json?download"},{"kind":"download","label":"members.openapi.yaml","url":"/_bundle/openapi/user/members.openapi.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"cURL","lang":"curl"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"go","title":"Go","lang":"Go"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"java","title":"Java","lang":"Java"},{"key":"python","title":"Python","lang":"Python"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Members","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"In business-to-business (B2B) use cases, members are the users of your business customers and partners (managed as organizations of the tenant)."}],"sectionId":"/openapi/user/members.openapi"}],"sectionId":"/openapi/user/members.openapi"}]}]}},{"label":"Set member's roles","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/setroles","routeSlug":"/openapi/user/members.openapi/other/setroles","metadata":{"seo":{"title":"Set member's roles","description":"Update the roles of a member of the organization to control their access to an application. This will replace all the member's roles, if they exist. The roles must first be created for the application and added to a role group for the application, and the role group must be added to the organization. Required permissions: organizations:edit, orgs:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"setRoles","name":"Set member's roles","isWebhook":false,"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{member_id}~1roles/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Set member's roles","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Update the roles of a member of the organization to control their access to an application. This will replace all the member's roles, if they exist. The roles must first be created for the application and added to a role group for the application, and the role group must be added to the organization. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"organizations:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"orgs:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"AdminAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by a management application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to all resources for the tenant and its apps"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"app_id","in":"path","schemaId":"schema_405","description":"ID of the application to assign the roles to","required":true},{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization to assign the roles to","required":true},{"name":"member_id","in":"path","schemaId":"schema_405","required":true}],"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{member_id}~1roles/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiSetRolesToMemberInput"}},"schemaId":"components/schemas/ApiSetRolesToMemberInput","pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{member_id}~1roles/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/applications/{app_id}/organizations/{organization_id}/members/{member_id}/roles","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"app_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"member_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"AdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ApiSetRolesToMemberInput"}},"responseCodes":["204"],"pointer":"/v1/applications/{app_id}/organizations/{organization_id}/members/{member_id}/roles","href":"other/setroles","openApiOperationId":"setRoles","summary":"Set member's roles"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"schemaId":"components/schemas/ApiSetRolesToMemberInput","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiSetRolesToMemberInput"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204"}],"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{member_id}~1roles/post/responses"}],"panels":[]}]},"httpPath":"/v1/applications/{app_id}/organizations/{organization_id}/members/{member_id}/roles"},{"label":"Update member status","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/updatememberstatusmanagement","routeSlug":"/openapi/user/members.openapi/other/updatememberstatusmanagement","metadata":{"seo":{"title":"Update member status","description":"Update the status of the specified member. This should be called from the backend, using an admin access token (generated by a management app). Required permissions: organizations:edit, orgs:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateMemberStatusManagement","name":"Update member status","isWebhook":false,"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{user_id}~1status/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update member status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Update the status of the specified member. This should be called from the backend, using an admin access token (generated by a management app). "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"organizations:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"orgs:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"AdminAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by a management application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to all resources for the tenant and its apps"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user","required":true},{"name":"app_id","in":"path","schemaId":"schema_405","description":"ID of the application","required":true}],"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{user_id}~1status/put/parameters"},{"nodeType":"item-content","variant":"headers","label":"Headers","labelTranslationKey":"header","parameters":[{"name":"user-agent","in":"header","schemaId":"schema_405","required":true}],"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{user_id}~1status/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiMemberStatusInput"}},"schemaId":"components/schemas/ApiMemberStatusInput","pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{user_id}~1status/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/v1/applications/{app_id}/organizations/{organization_id}/members/{user_id}/status","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"app_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[{"name":"user-agent","in":"header","required":true,"schemaId":"schema_405"}],"cookie":[]},"security":[{"schemes":[{"id":"AdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ApiMemberStatusInput"}},"responseCodes":["200"],"pointer":"/v1/applications/{app_id}/organizations/{organization_id}/members/{user_id}/status","href":"other/updatememberstatusmanagement","openApiOperationId":"updateMemberStatusManagement","summary":"Update member status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"schemaId":"components/schemas/ApiMemberStatusInput","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiMemberStatusInput"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_406"}},"schemaId":"schema_406"}],"pointer":"/paths/~1v1~1applications~1{app_id}~1organizations~1{organization_id}~1members~1{user_id}~1status/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_406","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_406"}}}],"examples":[]}]}]}]},"httpPath":"/v1/applications/{app_id}/organizations/{organization_id}/members/{user_id}/status"},{"label":"Get member's roles","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/getmemberorgsbyid","routeSlug":"/openapi/user/members.openapi/other/getmemberorgsbyid","metadata":{"seo":{"title":"Get member's roles","description":"Get member's roles in app per organization"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getMemberOrgsById","name":"Get member's roles","isWebhook":false,"pointer":"/paths/~1v1~1members~1{member_id}~1organizations/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get member's roles","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Get member's roles in app per organization"},{"nodeType":"security","requirements":[{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"member_id","in":"path","schemaId":"schema_405","description":"ID of the member","required":true}],"pointer":"/paths/~1v1~1members~1{member_id}~1organizations/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"organization_id","in":"query","schemaId":"schema_405"}],"pointer":"/paths/~1v1~1members~1{member_id}~1organizations/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/members/{member_id}/organizations","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"member_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[{"name":"organization_id","in":"query","required":false,"schemaId":"schema_405"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"responseCodes":["200"],"pointer":"/v1/members/{member_id}/organizations","href":"other/getmemberorgsbyid","openApiOperationId":"getMemberOrgsById","summary":"Get member's roles"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_407"}},"schemaId":"schema_407"}],"pointer":"/paths/~1v1~1members~1{member_id}~1organizations/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_407","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_407"}}}],"examples":[]}]}]}]},"httpPath":"/v1/members/{member_id}/organizations"},{"label":"Get member by ID","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/getmemberbyidinapp","routeSlug":"/openapi/user/members.openapi/other/getmemberbyidinapp","metadata":{"seo":{"title":"Get member by ID","description":"Allows an end-user app to search for a member of an organization by their user ID. This should be called from the backend, using a client access token (generated by an end-user app). Required permissions: apps:read, [appId]:read, users:read."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getMemberByIdInApp","name":"Get member by ID","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get member by ID","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Allows an end-user app to search for a member of an organization by their user ID. This should be called from the backend, using a client access token (generated by an end-user app). "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:read"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:read"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:read"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/organizations/{organization_id}/members/{user_id}","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"responseCodes":["200","400","404"],"pointer":"/v1/organizations/{organization_id}/members/{user_id}","href":"other/getmemberbyidinapp","openApiOperationId":"getMemberByIdInApp","summary":"Get member by ID","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_408"}},"schemaId":"schema_408"},{"code":"400","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BadRequestHttpError"}},"schemaId":"components/schemas/BadRequestHttpError"},{"code":"404","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/NotFoundHttpError"}},"schemaId":"components/schemas/NotFoundHttpError"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_408","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_408"}}},{"code":"400","schemaId":"components/schemas/BadRequestHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BadRequestHttpError"}}},{"code":"404","schemaId":"components/schemas/NotFoundHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/NotFoundHttpError"}}}],"examples":[]}]}]}]},"httpPath":"/v1/organizations/{organization_id}/members/{user_id}"},{"label":"Update member","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/updatemember","routeSlug":"/openapi/user/members.openapi/other/updatemember","metadata":{"seo":{"title":"Update member","description":"Update the membership details of the specified user. Required permissions: apps:edit, [appId]:edit, users:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateMember","name":"Update member","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update member","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Update the membership details of the specified user. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiOrganizationInformationInput"}},"schemaId":"components/schemas/ApiOrganizationInformationInput","pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/v1/organizations/{organization_id}/members/{user_id}","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ApiOrganizationInformationInput"}},"responseCodes":["200"],"pointer":"/v1/organizations/{organization_id}/members/{user_id}","href":"other/updatemember","openApiOperationId":"updateMember","summary":"Update member","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"schemaId":"components/schemas/ApiOrganizationInformationInput","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiOrganizationInformationInput"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SingleUserIdResponse"}},"schemaId":"components/schemas/SingleUserIdResponse"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SingleUserIdResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SingleUserIdResponse"}}}],"examples":[]}]}]}]},"httpPath":"/v1/organizations/{organization_id}/members/{user_id}"},{"label":"Update member","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/updateorganizationmember","routeSlug":"/openapi/user/members.openapi/other/updateorganizationmember","metadata":{"seo":{"title":"Update member","description":"Update the member details of the specified user. Required permissions: apps:edit, [appId]:edit, users:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateOrganizationMember","name":"Update member","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update member","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Update the member details of the specified user. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiUpdateMemberInput"}},"schemaId":"components/schemas/ApiUpdateMemberInput","pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/v1/organizations/{organization_id}/members/{user_id}","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ApiUpdateMemberInput"}},"responseCodes":["200"],"pointer":"/v1/organizations/{organization_id}/members/{user_id}","href":"other/updateorganizationmember","openApiOperationId":"updateOrganizationMember","summary":"Update member","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"schemaId":"components/schemas/ApiUpdateMemberInput","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiUpdateMemberInput"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/patch/responses"}],"panels":[]}]},"httpPath":"/v1/organizations/{organization_id}/members/{user_id}"},{"label":"Remove member from application","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/removememberfromapplication","routeSlug":"/openapi/user/members.openapi/other/removememberfromapplication","metadata":{"seo":{"title":"Remove member from application","description":"Remove a member from an application. Once removed, the member will no longer be associated with the application. Required permissions: apps:edit, [appId]:edit, users:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeMemberFromApplication","name":"Remove member from application","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove member from application","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Remove a member from an application. Once removed, the member will no longer be associated with the application. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user to remove","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/organizations/{organization_id}/members/{user_id}","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"responseCodes":["204"],"pointer":"/v1/organizations/{organization_id}/members/{user_id}","href":"other/removememberfromapplication","openApiOperationId":"removeMemberFromApplication","summary":"Remove member from application","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}/delete/responses"}],"panels":[]}]},"httpPath":"/v1/organizations/{organization_id}/members/{user_id}"},{"label":"Create or assign member","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/createorassignmember","routeSlug":"/openapi/user/members.openapi/other/createorassignmember","metadata":{"seo":{"title":"Create or assign member","description":"Create a new user in Transmit or assign an existing one as a member to the organization. A user must be created with at least one of the following: email, phone number, or username (used for password authentication). However, an email address is required to federate login using a SAML identity provider. The response contains a user ID that can be used to identify the user/member whenever needed. Required permissions: apps:create, [appId]:create, users:create."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createOrAssignMember","name":"Create or assign member","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create or assign member","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Create a new user in Transmit or assign an existing one as a member to the organization. A user must be created with at least one of the following: email, phone number, or username (used for password authentication). However, an email address is required to federate login using a SAML identity provider. The response contains a user ID that can be used to identify the user/member whenever needed. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:create"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:create"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:create"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiCreateOrUpdateMemberInput"}},"schemaId":"components/schemas/ApiCreateOrUpdateMemberInput","pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/organizations/{organization_id}/members","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/ApiCreateOrUpdateMemberInput"}},"responseCodes":["200","409"],"pointer":"/v1/organizations/{organization_id}/members","href":"other/createorassignmember","openApiOperationId":"createOrAssignMember","summary":"Create or assign member","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"schemaId":"components/schemas/ApiCreateOrUpdateMemberInput","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/ApiCreateOrUpdateMemberInput"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SingleUserIdResponse"}},"schemaId":"components/schemas/SingleUserIdResponse"},{"code":"409","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/IdentifierIsTakenHttpError"}},"schemaId":"components/schemas/IdentifierIsTakenHttpError"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/SingleUserIdResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/SingleUserIdResponse"}}},{"code":"409","schemaId":"components/schemas/IdentifierIsTakenHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/IdentifierIsTakenHttpError"}}}],"examples":[]}]}]}]},"httpPath":"/v1/organizations/{organization_id}/members"},{"label":"Get all application's members","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/getallapplicationmembers","routeSlug":"/openapi/user/members.openapi/other/getallapplicationmembers","metadata":{"seo":{"title":"Get all application's members","description":"Allows an app to get all members of an organization. This should be called from the backend, using a client access token (generated by an end-user app). Required permissions: apps:read, [appId]:read, users:read, apps:list, [appId]:list, users:list."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAllApplicationMembers","name":"Get all application's members","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get all application's members","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Allows an app to get all members of an organization. This should be called from the backend, using a client access token (generated by an end-user app). "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:read"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:read"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:read"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:list"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:list"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:list"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"search","in":"query","schemaId":"schema_405","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Search expression based on the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"SCIM protocol"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". For syntax and searchable fields, see "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/scim_search_syntax/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Search query syntax"},"children":[]}]}]}]}]},{"name":"role_values","in":"query","schemaId":"schema_409"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/organizations/{organization_id}/members","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[{"name":"search","in":"query","required":false,"schemaId":"schema_405"},{"name":"role_values","in":"query","required":false,"schemaId":"schema_409"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"responseCodes":["200"],"pointer":"/v1/organizations/{organization_id}/members","href":"other/getallapplicationmembers","openApiOperationId":"getAllApplicationMembers","summary":"Get all application's members","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiGetAllMembers"}},"schemaId":"components/schemas/ApiGetAllMembers"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/ApiGetAllMembers","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ApiGetAllMembers"}}}],"examples":[]}]}]}]},"httpPath":"/v1/organizations/{organization_id}/members"},{"label":"Remove member secondary email","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/removemembersecondaryemail","routeSlug":"/openapi/user/members.openapi/other/removemembersecondaryemail","metadata":{"seo":{"title":"Remove member secondary email","description":"Removes a secondary email address from the member's profile. Required permissions: apps:edit, [appId]:edit, users:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeMemberSecondaryEmail","name":"Remove member secondary email","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}~1emails~1{email}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove member secondary email","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Removes a secondary email address from the member's profile. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"email","in":"path","schemaId":"schema_405","description":"Secondary email to remove","required":true},{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}~1emails~1{email}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/organizations/{organization_id}/members/{user_id}/emails/{email}","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"email","in":"path","required":true,"schemaId":"schema_405"},{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"responseCodes":["204","400","404"],"pointer":"/v1/organizations/{organization_id}/members/{user_id}/emails/{email}","href":"other/removemembersecondaryemail","openApiOperationId":"removeMemberSecondaryEmail","summary":"Remove member secondary email","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Secondary email is removed"},{"code":"400","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BadRequestHttpError"}},"schemaId":"components/schemas/BadRequestHttpError"},{"code":"404","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/NotFoundHttpError"}},"schemaId":"components/schemas/NotFoundHttpError"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}~1emails~1{email}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"400","schemaId":"components/schemas/BadRequestHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BadRequestHttpError"}}},{"code":"404","schemaId":"components/schemas/NotFoundHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/NotFoundHttpError"}}}],"examples":[]}]}]}]},"httpPath":"/v1/organizations/{organization_id}/members/{user_id}/emails/{email}"},{"label":"Remove member secondary phone number","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/user/members.openapi/other/removemembersecondaryphonenumber","routeSlug":"/openapi/user/members.openapi/other/removemembersecondaryphonenumber","metadata":{"seo":{"title":"Remove member secondary phone number","description":"Removes a secondary phone number from the member's profile. Required permissions: apps:edit, [appId]:edit, users:edit."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeMemberSecondaryPhoneNumber","name":"Remove member secondary phone number","isWebhook":false,"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}~1phone-numbers~1{phone_number}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove member secondary phone number","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Removes a secondary phone number from the member's profile. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Required permissions"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":": "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"apps:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"[appId]:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"users:edit"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OrgAdminAccessToken","scopes":[],"type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]},{"schemes":[{"name":"ClientAccessToken","scopes":[],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"phone_number","in":"path","schemaId":"schema_405","description":"Secondary phone number to remove","required":true},{"name":"organization_id","in":"path","schemaId":"schema_405","description":"ID of the organization","required":true},{"name":"user_id","in":"path","schemaId":"schema_405","description":"ID of the user","required":true}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}~1phone-numbers~1{phone_number}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/organizations/{organization_id}/members/{user_id}/phone-numbers/{phone_number}","servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"parameters":{"path":[{"name":"phone_number","in":"path","required":true,"schemaId":"schema_405"},{"name":"organization_id","in":"path","required":true,"schemaId":"schema_405"},{"name":"user_id","in":"path","required":true,"schemaId":"schema_405"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OrgAdminAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]},{"schemes":[{"id":"ClientAccessToken","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}],"scopes":[]}],"responseCodes":["204","400","404"],"pointer":"/v1/organizations/{organization_id}/members/{user_id}/phone-numbers/{phone_number}","href":"other/removemembersecondaryphonenumber","openApiOperationId":"removeMemberSecondaryPhoneNumber","summary":"Remove member secondary phone number","securityGroups":[{"OrgAdminAccessToken":[]},{"ClientAccessToken":[]}]},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"Secondary phone number is removed"},{"code":"400","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BadRequestHttpError"}},"schemaId":"components/schemas/BadRequestHttpError"},{"code":"404","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/NotFoundHttpError"}},"schemaId":"components/schemas/NotFoundHttpError"}],"pointer":"/paths/~1v1~1organizations~1{organization_id}~1members~1{user_id}~1phone-numbers~1{phone_number}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"400","schemaId":"components/schemas/BadRequestHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/BadRequestHttpError"}}},{"code":"404","schemaId":"components/schemas/NotFoundHttpError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/NotFoundHttpError"}}}],"examples":[]}]}]}]},"httpPath":"/v1/organizations/{organization_id}/members/{user_id}/phone-numbers/{phone_number}"}],"store":{"schemaStore":{"components/schemas/ApiSetRolesToMemberInput":{"id":"components/schemas/ApiSetRolesToMemberInput","kind":"json-schema","title":"ApiSetRolesToMemberInput","data":{"type":"object","properties":{"role_ids":{"description":"Ids of the roles","example":["role1","role2"],"type":"array","items":{"type":"string"}}},"required":["role_ids"]}},"components/schemas/ApiMemberStatusInput":{"id":"components/schemas/ApiMemberStatusInput","kind":"json-schema","title":"ApiMemberStatusInput","data":{"type":"object","properties":{"suspended":{"type":"boolean","description":"Whether the member is suspended"}},"required":["suspended"]}},"components/schemas/ApiMember":{"id":"components/schemas/ApiMember","kind":"json-schema","title":"ApiMember","data":{"type":"object","properties":{"email":{"description":"Primary email address, used as user identifier","allOf":[{"$ref":"#/components/schemas/ApiUserEmail"}]},"secondary_emails":{"type":"array","items":{"$ref":"#/components/schemas/ApiUserEmail"}},"phone_number":{"description":"Primary phone number, used as user identifier","allOf":[{"$ref":"#/components/schemas/ApiUserPhone"}]},"secondary_phone_numbers":{"type":"array","items":{"$ref":"#/components/schemas/ApiUserPhone"}},"username":{"type":"string","description":"Username used to identify the user for password login (unless a primary email will be used instead). Defined only if a password was set for the user."},"user_id":{"type":"string","description":"User ID autogenerated upon user creation"},"birthday":{"format":"date-time","type":"string","description":"Birthday as YYYY-MM-DD"},"address":{"description":"User's address","allOf":[{"$ref":"#/components/schemas/ApiAddress"}]},"name":{"description":"Full name","allOf":[{"$ref":"#/components/schemas/ApiUserName"}]},"status":{"$ref":"#/components/schemas/Status"},"status_changed_at":{"format":"date-time","type":"string","description":"Date status was last updated"},"created_at":{"type":"number","description":"Date user was created in the tenant"},"updated_at":{"type":"number","description":"Date user was last updated"},"identity_providers":{"deprecated":true,"type":"array","items":{"$ref":"#/components/schemas/ApiUserIdentityProvider"}},"identities":{"type":"array","items":{"$ref":"#/components/schemas/ApiUserIdentity"}},"last_auth":{"format":"date-time","type":"string","description":"Date user last authenticated"},"external_account_id":{"type":"string","description":"User identifier in an app, set by the app"},"app_name":{"type":"string","description":"Name of the app the user is associated with"},"custom_app_data":{"type":"object","description":"Custom data object for app-related user info"},"groupIds":{"description":"List of group IDs the user is assigned to","type":"array","items":{"type":"string"}},"picture":{"type":"string","description":"The picture of user, specified as a URL"},"language":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The language of the user, as provided by the browser using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://www.rfc-editor.org/rfc/rfc7231#section-5.3.5"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Accept-Language"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header field"},"children":[]}]}]}]},"custom_data":{"type":"object","description":"Custom data object for tenant user info"},"external_user_id":{"type":"string","description":"A unique identifier in a tenant"},"password_information":{"description":"The information of the user's password","allOf":[{"$ref":"#/components/schemas/ApiPasswordInformation"}]},"custom_user_fields":{"type":"object","description":"Custom user fields defined by the tenant schema"},"organization_information":{"description":"The organizations the member is part of","allOf":[{"$ref":"#/components/schemas/ApiMemberOrganizationInformation"}]},"roles":{"description":"The roles the member has in the organization","type":"array","items":{"$ref":"#/components/schemas/ApiRoleData"}}},"required":["user_id","status","created_at","updated_at","organization_information"]}},"components/schemas/ApiMemberOrgAssignments":{"id":"components/schemas/ApiMemberOrgAssignments","kind":"json-schema","title":"ApiMemberOrgAssignments","data":{"type":"object","properties":{}}},"components/schemas/BadRequestHttpError":{"id":"components/schemas/BadRequestHttpError","kind":"json-schema","title":"BadRequestHttpError","data":{"type":"object","properties":{"message":{"example":"Bad request","type":"array","items":{"type":"string"}},"error_code":{"type":"number","example":400}},"required":["message","error_code"]}},"components/schemas/NotFoundHttpError":{"id":"components/schemas/NotFoundHttpError","kind":"json-schema","title":"NotFoundHttpError","data":{"type":"object","properties":{"message":{"type":"string"},"error_code":{"type":"number","example":404}},"required":["message","error_code"]}},"components/schemas/ApiOrganizationInformationInput":{"id":"components/schemas/ApiOrganizationInformationInput","kind":"json-schema","title":"ApiOrganizationInformationInput","data":{"type":"object","properties":{"enabled":{"type":"boolean","description":"Indicates if the user's membership is currently enabled","default":true},"department":{"type":"string","description":"The department of the user within the organization"},"title":{"type":"string","description":"The title of the user within the organization"},"manager":{"type":"string","description":"The manager of the user within the organization"}}}},"components/schemas/SingleUserIdResponse":{"id":"components/schemas/SingleUserIdResponse","kind":"json-schema","title":"SingleUserIdResponse","data":{"type":"object","properties":{"result":{"readOnly":true,"description":"User ID autogenerated upon user creation","allOf":[{"$ref":"#/components/schemas/UserIdParams"}]}},"required":["result"]}},"components/schemas/ApiUpdateMemberInput":{"id":"components/schemas/ApiUpdateMemberInput","kind":"json-schema","title":"ApiUpdateMemberInput","data":{"type":"object","properties":{"name":{"description":"The member's name information","allOf":[{"$ref":"#/components/schemas/ApiUserNameInput"}]},"email":{"type":"string","description":"Primary email address of the user"},"secondary_emails":{"description":"Secondary email addresses to add to user's current emails","type":"array","items":{"type":"string"}},"phone_number":{"type":"string","description":"Primary phone number of the user, specified in E.164 format"},"secondary_phone_numbers":{"description":"Secondary phone numbers to add to user's phone numbers, each specified in E.164 format","type":"array","items":{"type":"string"}},"birthday":{"format":"date-time","type":"string","description":"User's birthday"},"language":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The language of the user, as provided by the browser using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://www.rfc-editor.org/rfc/rfc7231#section-5.3.5"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Accept-Language"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header field"},"children":[]}]}]}]}}}},"components/schemas/ApiGetAllMembers":{"id":"components/schemas/ApiGetAllMembers","kind":"json-schema","title":"ApiGetAllMembers","data":{"type":"object","properties":{"result":{"type":"array","items":{"$ref":"#/components/schemas/ApiMember"}}},"required":["result"]}},"components/schemas/ApiCreateOrUpdateMemberInput":{"id":"components/schemas/ApiCreateOrUpdateMemberInput","kind":"json-schema","title":"ApiCreateOrUpdateMemberInput","data":{"type":"object","properties":{"email":{"type":"string","description":"Primary email address of the user"},"phone_number":{"type":"string","description":"Primary phone number of the user, specified in E.164 format"},"username":{"type":"string","description":"Username used to identify the user"},"secondary_emails":{"description":"Secondary email addresses to add to user's current emails","type":"array","items":{"type":"string"}},"secondary_phone_numbers":{"description":"Secondary phone numbers to add to user's phone numbers, each specified in E.164 format","type":"array","items":{"type":"string"}},"birthday":{"format":"date-time","type":"string","description":"User's birthday"},"address":{"description":"User's address","allOf":[{"$ref":"#/components/schemas/ApiCreateOrUpdateAddressInput"}]},"name":{"description":"Object describing user's full name","allOf":[{"$ref":"#/components/schemas/ApiUserNameInput"}]},"external_account_id":{"type":"string","description":"User identifier in an app, set by the app"},"custom_app_data":{"type":"object","description":"Custom data object for app-related user info"},"picture":{"type":"string","description":"The picture of user, specified as a URL"},"language":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The language of the user, as provided by the browser using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://www.rfc-editor.org/rfc/rfc7231#section-5.3.5"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Accept-Language"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header field"},"children":[]}]}]}]},"custom_data":{"type":"object","description":"Custom data object for tenant user info"},"external_user_id":{"type":"string","description":"A unique identifier in a tenant"},"credentials":{"description":"The password of the user, who is identified by either a username or primary email.","allOf":[{"$ref":"#/components/schemas/ApiUserPasswordInput"}]},"delegated_access":{"description":"If this user is a dependent, this defines the permissions that the primary user will have to act on behalf of the dependent user.","allOf":[{"$ref":"#/components/schemas/DelegatedAccessInput"}]},"custom_user_fields":{"type":"object","description":"Custom user fields defined by the tenant schema"},"organization_information":{"description":"Membership details","allOf":[{"$ref":"#/components/schemas/ApiOrganizationInformationInput"}]},"role_ids":{"description":"role ids to assign the member to.","type":"array","items":{"type":"string"}},"send_invite":{"type":"boolean","description":"If true, sends the member an invitation email for each app the member is assigned to. The email contains an invite link that redirects to the app's login experience. Once authenticated, the member will be assigned to the app, their email address will be verified, and their status will be updated to active. The invitation is valid for 48 hours."}},"required":["role_ids"]}},"components/schemas/IdentifierIsTakenHttpError":{"id":"components/schemas/IdentifierIsTakenHttpError","kind":"json-schema","title":"IdentifierIsTakenHttpError","data":{"type":"object","properties":{"message":{"type":"string"},"error_code":{"type":"number"},"ts_error_code":{"type":"string"}},"required":["message","error_code","ts_error_code"]}},"components/schemas/Status":{"id":"components/schemas/Status","kind":"json-schema","title":"Status","data":{"type":"string","enum":["Active","Disabled","Pending"]}},"components/schemas/ApiUserEmail":{"id":"components/schemas/ApiUserEmail","kind":"json-schema","title":"ApiUserEmail","data":{"type":"object","properties":{"value":{"type":"string","description":"Email address"},"email_verified":{"type":"boolean","description":"Indicates if email was verified (via magic link, social login, or email verification flows)"},"verified_at":{"format":"date-time","type":"string","description":"Last verification date of the email"}},"required":["value"]}},"components/schemas/ApiUserPhone":{"id":"components/schemas/ApiUserPhone","kind":"json-schema","title":"ApiUserPhone","data":{"type":"object","properties":{"value":{"type":"string","description":"Phone number"},"phone_number_verified":{"type":"boolean","description":"Indicates if phone number was verified (via SMS OTP or verification flow)"},"verified_at":{"format":"date-time","type":"string","description":"Last verification date of the phone number"}},"required":["value"]}},"components/schemas/ApiUserIdentityProvider":{"id":"components/schemas/ApiUserIdentityProvider","kind":"json-schema","title":"ApiUserIdentityProvider","data":{"type":"object","properties":{"source":{"type":"string","description":"Type of identity provider","enum":["UserID","BindID","Google","Apple","Facebook","Line","Tiktok","Transmit Identity","Transmit Security","BindIDApi","Email OTP","SMS OTP","Direct OTP","Email Magic Link","Password","Orchestrated","SAML","SSO OIDC","Mobile Biometrics","totp","face"]},"identifier":{"type":"string","description":"Identifier of the user in the provider's system"},"email":{"type":"string","description":"Email used by the user to authenticate to this provider"},"first_auth_date":{"format":"date-time","type":"string","description":"Date user first authenticated to this provider"},"last_auth_date":{"format":"date-time","type":"string","description":"Date user last authenticated to this provider"}},"required":["source","identifier","email","first_auth_date","last_auth_date"]}},"components/schemas/ApiUserIdentity":{"id":"components/schemas/ApiUserIdentity","kind":"json-schema","title":"ApiUserIdentity","data":{"type":"object","properties":{"provider_name":{"type":"string","description":"Name of identity provider"},"provider_type":{"type":"string","description":"Indicates whether the identity provider is Transmit (Native) or a social login provider (OAuth2)","enum":["OAuth2","Native","External"]},"auth_type":{"type":"string","enum":["webauthn","email_otp","sms_otp","direct_otp","email_magic_link","password","oauth2","saml","transmit","totp"],"description":"Type of authentication method that was used"},"identifier":{"type":"string","description":"Identifier of the user in the provider's system"},"user_alias":{"description":"Alias used by the user to authenticate to this provider","allOf":[{"$ref":"#/components/schemas/ApiUserIdentityAlias"}]},"first_auth_date":{"format":"date-time","type":"string","description":"Date user first authenticated to this provider"},"last_auth_date":{"format":"date-time","type":"string","description":"Date user last authenticated to this provider"}},"required":["provider_name","provider_type","auth_type","identifier","first_auth_date","last_auth_date"]}},"components/schemas/ApiRoleData":{"id":"components/schemas/ApiRoleData","kind":"json-schema","title":"ApiRoleData","data":{"type":"object","properties":{"role_id":{"type":"string","description":"Role ID"},"role_name":{"type":"string","description":"Role name"},"display_name":{"type":"string","description":"Role display name"}},"required":["role_id","role_name"]}},"components/schemas/ApiAddress":{"id":"components/schemas/ApiAddress","kind":"json-schema","title":"ApiAddress","data":{"type":"object","properties":{"country":{"type":"string","description":"Country","maximum":30},"state":{"type":"string","description":"State","maximum":30},"city":{"type":"string","description":"City","maximum":30},"street_address":{"type":"string","description":"Street address","maximum":150},"postal_code":{"type":"string","description":"Postal code","maximum":30},"type":{"$ref":"#/components/schemas/AddressType"},"updated_at":{"type":"number","description":"Date user's address was last updated"}}}},"components/schemas/ApiUserName":{"id":"components/schemas/ApiUserName","kind":"json-schema","title":"ApiUserName","data":{"type":"object","properties":{"title":{"type":"string","description":"Title","maximum":30},"first_name":{"type":"string","description":"User's first name","maximum":30},"last_name":{"type":"string","description":"User's last name","maximum":30},"middle_name":{"type":"string","description":"User's middle name","maximum":30}}}},"components/schemas/ApiPasswordInformation":{"id":"components/schemas/ApiPasswordInformation","kind":"json-schema","title":"ApiPasswordInformation","data":{"type":"object","properties":{"expired":{"type":"boolean","description":"Whether the password is currently expired"},"temporary":{"type":"boolean","description":"Whether the password must be reset after first use"},"updated_at":{"type":"number","description":"The date the password was last updated, as unix epoch in milliseconds"},"expires_in":{"format":"date-time","type":"string","description":"The date the password will be expired"}},"required":["expired","temporary","updated_at"]}},"components/schemas/ApiMemberOrganizationInformation":{"id":"components/schemas/ApiMemberOrganizationInformation","kind":"json-schema","title":"ApiMemberOrganizationInformation","data":{"type":"object","properties":{"organization_id":{"type":"string","description":"The organizationId"},"name":{"type":"string","description":"The organization name"},"added_by":{"type":"string","description":"The ID of who added this user"},"department":{"type":"string","description":"The department of the user within the organization"},"title":{"type":"string","description":"The title of the user within the organization"},"manager":{"type":"string","description":"The manager of the user within the organization"},"enabled":{"type":"boolean","description":"Indicates if the user's membership is currently enabled"},"added_at":{"type":"number","description":"The time when the member was added to the organization"},"updated_at":{"type":"number","description":"The time when the member was last updated in the organization"},"logo_url":{"type":"string","description":"The URL of the organization's logo"},"alias":{"type":"string","description":"The organization alias name"},"assigned_apps":{"description":"The app id and roles that the user is assigned to on the organization","type":"array","items":{"$ref":"#/components/schemas/ApiOrganizationAssignedAppOutput"}}},"required":["organization_id","name","added_by"]}},"components/schemas/UserIdParams":{"id":"components/schemas/UserIdParams","kind":"json-schema","title":"UserIdParams","data":{"type":"object","properties":{"user_id":{"type":"string","description":"ID of the user"}},"required":["user_id"]}},"components/schemas/ApiUserNameInput":{"id":"components/schemas/ApiUserNameInput","kind":"json-schema","title":"ApiUserNameInput","data":{"type":"object","properties":{"title":{"type":"string","description":"Title"},"first_name":{"type":"string","description":"User's first name"},"last_name":{"type":"string","description":"User's last name"},"middle_name":{"type":"string","description":"User's middle name"}}}},"components/schemas/ApiCreateOrUpdateAddressInput":{"id":"components/schemas/ApiCreateOrUpdateAddressInput","kind":"json-schema","title":"ApiCreateOrUpdateAddressInput","data":{"type":"object","properties":{"country":{"type":"string","description":"Country"},"state":{"type":"string","description":"State"},"city":{"type":"string","description":"City"},"street_address":{"type":"string","description":"Street address"},"postal_code":{"type":"string","description":"Postal code"},"type":{"$ref":"#/components/schemas/AddressType"}}}},"components/schemas/ApiUserPasswordInput":{"id":"components/schemas/ApiUserPasswordInput","kind":"json-schema","title":"ApiUserPasswordInput","data":{"type":"object","properties":{"password":{"type":"string","description":"The user's new password"},"force_replace":{"type":"boolean","description":"When true the password is temporary and the user will be required to replace it upon successful login","default":true},"device_id":{"type":"string","description":"The device associated with this registration."}},"required":["password"]}},"components/schemas/DelegatedAccessInput":{"id":"components/schemas/DelegatedAccessInput","kind":"json-schema","title":"DelegatedAccessInput","data":{"type":"object","properties":{"actor_id":{"type":"string","description":"The ID of the primary user that has permissions to act on behalf of this user"},"permissions":{"description":"Names of permissions that are granted to the primary user on behalf of the dependent","type":"array","items":{"type":"string"}}},"required":["actor_id","permissions"]}},"components/schemas/AddressType":{"id":"components/schemas/AddressType","kind":"json-schema","title":"AddressType","data":{"type":"string","enum":["Home","Work","Other"]}},"components/schemas/ApiOrganizationAssignedAppOutput":{"id":"components/schemas/ApiOrganizationAssignedAppOutput","kind":"json-schema","title":"ApiOrganizationAssignedAppOutput","data":{"type":"object","properties":{"app_id":{"type":"string","description":"The app Id"},"roles":{"description":"The roles the user has in the organization and app","type":"array","items":{"$ref":"#/components/schemas/ApiRoleData"}}},"required":["app_id"]}},"components/schemas/ApiUserIdentityAlias":{"id":"components/schemas/ApiUserIdentityAlias","kind":"json-schema","title":"ApiUserIdentityAlias","data":{"type":"object","properties":{"type":{"type":"string","description":"Alias type, which varies based on authentication method","enum":["username","email","phone_number","unspecified"]},"value":{"type":"string","description":"Alias value"}},"required":["type","value"]}},"schema_405":{"kind":"json-schema","data":{"type":"string"},"id":"schema_405"},"schema_406":{"kind":"json-schema","data":{"title":"ApiOkResponse-updateMemberStatusManagement","type":"object","required":["result"],"description":"The member has been successfully updated.","properties":{"result":{"$ref":"#/components/schemas/ApiMember"}}},"id":"schema_406"},"schema_407":{"kind":"json-schema","data":{"title":"ApiOkResponse-getMemberOrgsById","type":"object","required":["result"],"description":"The member roles in the app per organization. Each key is the organization ID and the value is the list of roles assigned to the member in that organization.","properties":{"result":{"$ref":"#/components/schemas/ApiMemberOrgAssignments"}}},"id":"schema_407"},"schema_408":{"kind":"json-schema","data":{"title":"ApiOkResponse-getMemberByIdInApp","type":"object","required":["result"],"description":"","properties":{"result":{"$ref":"#/components/schemas/ApiMember"}}},"id":"schema_408"},"schema_409":{"kind":"json-schema","data":{"type":"array","items":{"type":"string"}},"id":"schema_409"}},"exampleStore":{},"securitySchemeStore":{"bearer":{"id":"bearer","type":"http","scheme":"bearer","bearerFormat":"JWT"},"UserAccessToken":{"id":"UserAccessToken","type":"http","scheme":"bearer","bearerFormat":"JWT","description":"A token returned upon end-user authentication, which provides access to resources and data for the user and app for which it was generated"},"AdminAccessToken":{"id":"AdminAccessToken","type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by a management application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to all resources for the tenant and its apps"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}},"ClientAccessToken":{"id":"ClientAccessToken","type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A token generated by an end-user application using the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"/openapi/token.openapi/other/getaccesstoken"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"token endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". It provides access to resources and data on the tenant level or associated with the specific application (but not other apps in the tenant)"},"children":[]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}},"OrgAdminAccessToken":{"id":"OrgAdminAccessToken","type":"oauth2","description":"A token returned upon B2B authentication for a user that has the organizationAdmin or organizationCreator role.","flows":{"clientCredentials":{"tokenUrl":"/oidc/token","scopes":{}}}}},"servers":[{"url":"https://api.sbx.transmitsecurity.io/cis","description":"Sandbox environment"},{"url":"https://api.transmitsecurity.io/cis","description":"US production environment"},{"url":"https://api.eu.transmitsecurity.io/cis","description":"EU production environment"},{"url":"https://api.ca.transmitsecurity.io/cis","description":"CA production environment"},{"url":"https://api.au.transmitsecurity.io/cis","description":"AU production environment"},{"url":"https://api.gasne1-ts01.transmitsecurity.io/cis","description":"JP production environment"}]},"options":{"corsProxyUrl":"https://cors.redoc.ly","hideSchemaTitles":true,"onlyRequiredInSamples":false,"hideDownloadButtons":false,"codeSamples":{"skipOptionalParameters":false,"languages":[{"lang":"curl","label":"cURL"},{"lang":"Node.js"},{"lang":"Go"},{"lang":"JavaScript"},{"lang":"Java"},{"lang":"Python"}]},"feedback":{"hide":true,"settings":{"label":""}},"hideSidebar":true,"mockServer":{"off":true},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/openapi/user/members.openapi.json?download"},{"url":"/_bundle/openapi/user/members.openapi.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Members","description":"In business-to-business (B2B) use cases, members are the users of your business customers and partners (managed as organizations of the tenant)."}},"baseSlug":"/openapi/user/members.openapi","routesMapping":{}}