File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,9 @@ export class API extends ParentAPI {
351351
352352 /**
353353 * Create a new user. Create a new user. You must define the `organization_id`
354- * and the `email` in your request.
354+ * in your request. If you are adding a member, enter the member's details. If
355+ * you are adding a guest, you must define the `email` and not add the member
356+ * attribute.
355357 *
356358 * @param request - The request {@link CreateUserRequest}
357359 * @returns A Promise of User
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ export type {
3535 Route ,
3636 SetAclRequest ,
3737 SetAclResponse ,
38- SetSubnetsRequest ,
39- SetSubnetsResponse ,
4038 Subnet ,
4139 UpdatePrivateNetworkRequest ,
4240 UpdateRouteRequest ,
You can’t perform that action at this time.
0 commit comments