await seam.userIdentities.grantAccessToDevice({
user_identity_id: "4e9b7099-bcad-4af6-bb78-88b96cc347bd",
device_id: "6de31c5d-c8a3-4b25-a86b-a9c5075a5eb8",
});
/*
// void
*/{}User Identities
Grant a User Identity Access to a Device
Grants a specified user identity access to a specified device.
PUT
/
user_identities
/
grant_access_to_device
await seam.userIdentities.grantAccessToDevice({
user_identity_id: "4e9b7099-bcad-4af6-bb78-88b96cc347bd",
device_id: "6de31c5d-c8a3-4b25-a86b-a9c5075a5eb8",
});
/*
// void
*/{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
OK
The response is of type object.
Was this page helpful?